-
Couldn't load subscription status.
- Fork 1.1k
feat(all): Add new GraphQL scalar type Int8
#4511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f41e83a to
7000fc3
Compare
3ccd62a to
87e1dca
Compare
865a9bc to
b0bb9fa
Compare
Int8Int8 (rust: i64, pg: bigint)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Looks great!
4af3fc0 to
cf25a15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
Just change the unwrap before committing. Also, for the commit message, something like
all: Add new scalar type Int8
would be more in line with what we've been doing
But with these two touchups, this is good to merge.
Int8 (rust: i64, pg: bigint)Int8
|
Thanks @lutter . Fixed the |
TODO
storestoregraph-ts(Added support for handling Int8 scalar as i64 graph-tooling#1296)